home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / games / dcg408up.zip / INSTALL.TXT < prev    next >
Text File  |  1997-03-05  |  987b  |  32 lines

  1. WARNING: This UPDATE includes a new CONTROL.SCR file. If
  2. you modified the control file in 4.07 or you are updating
  3. your working game, you must extract this files elsewhere
  4. and copy them manually!
  5.  
  6. To install this UPDATE into a SHAREWARE copy of 4.07:
  7.  
  8.   cd \EXAMPLE               ! Move to wherever you installed 4.07
  9.   pkunzip -o a:dcg408up.zip ! Unzip the file on-top.
  10.  
  11. The -o parameter tell is to OVERWRITE existing files.
  12.  
  13. To install this update into a FULL RELEASE copy of 4.07:
  14.  
  15.   cd \DCGAMES
  16.   pkunzip -d -o a:dcg408up.zip
  17.  
  18. This will unzip the files into the correct directory, namely:
  19.  
  20.   \DCGAMES            ! Readme.txt, whatsnew.txt, etc.
  21.   \DCGAMES\BIN        ! DCPLAY.EXE, DCC.EXE, etc.
  22.   \DCGAMES\EXAMPLE    ! game files
  23.  
  24. After installation, you need to re-compile all your scripts
  25. by issuing the following DOS command:
  26.  
  27.   CD \EXAMPLE         (or CD \DCGAMES\EXAMPLE)
  28.   for %i in (*.scr) do dcc %i
  29.  
  30. This will re-compile all your scripts.
  31.  
  32. Dave